gdksurface-win32.c: Rename window->surface as appropriate
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 30 Jul 2021 04:21:41 +0000 (12:21 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 1 Dec 2021 09:32:40 +0000 (17:32 +0800)
commitda535164b40f43f7f848744c14de7770ea84145e
treef439ca4296aaf0b117cd342cf32ca5c781c5fe07
parent82d9570ed4fba0f8e61b968fb9d2abd88a4807b1
gdksurface-win32.c: Rename window->surface as appropriate

Update the functions that were updated in the previous commit to have all
GdkSurface variables named as 'surface' instead of the GTK-3.x-era window, to
make things more consistent across the board.  Also fix formatting a bit.
gdk/win32/gdksurface-win32.c